func github.com/refraction-networking/utls.unexpectedMessageError

23 uses

	github.com/refraction-networking/utls (current package)
		common.go#L1730: func unexpectedMessageError(wanted, got any) error {
		conn.go#L1276: 		return unexpectedMessageError(helloReq, msg)
		handshake_client.go#L352: 		return unexpectedMessageError(serverHello, msg)
		handshake_client.go#L696: 		return unexpectedMessageError(certMsg, msg)
		handshake_client.go#L785: 		return unexpectedMessageError(shd, msg)
		handshake_client.go#L1016: 		return unexpectedMessageError(serverFinished, msg)
		handshake_client.go#L1052: 		return unexpectedMessageError(sessionTicketMsg, msg)
		handshake_client_tls13.go#L494: 		return unexpectedMessageError(serverHello, msg)
		handshake_client_tls13.go#L696: 		return unexpectedMessageError(encryptedExtensions, msg)
		handshake_client_tls13.go#L817: 		return unexpectedMessageError(certMsg, msg)
		handshake_client_tls13.go#L849: 		return unexpectedMessageError(certVerify, msg)
		handshake_client_tls13.go#L893: 		return unexpectedMessageError(finished, msg)
		handshake_server.go#L146: 		return nil, nil, unexpectedMessageError(clientHello, msg)
		handshake_server.go#L682: 			return unexpectedMessageError(certMsg, msg)
		handshake_server.go#L710: 		return unexpectedMessageError(ckx, msg)
		handshake_server.go#L748: 			return unexpectedMessageError(certVerify, msg)
		handshake_server.go#L828: 		return unexpectedMessageError(clientFinished, msg)
		handshake_server_tls13.go#L602: 		return nil, unexpectedMessageError(clientHello, msg)
		handshake_server_tls13.go#L1062: 		return unexpectedMessageError(certMsg, msg)
		handshake_server_tls13.go#L1088: 			return unexpectedMessageError(certVerify, msg)
		handshake_server_tls13.go#L1137: 		return unexpectedMessageError(finished, msg)
		u_conn.go#L918: 		return unexpectedMessageError(helloReq, msg)
		u_handshake_client.go#L516: 		return unexpectedMessageError(serverHello, msg)